home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMEDITERROR / TFRMEDITERROR.txt
Encoding:
Text File  |  1999-04-29  |  3.1 KB  |  145 lines

  1. object frmEditError: TfrmEditError
  2.   Left = 337
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit WebSite Resource'
  7.   ClientHeight = 275
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblResource: TLabel
  24.     Left = 6
  25.     Top = 7
  26.     Width = 95
  27.     Height = 14
  28.     AutoSize = False
  29.     Caption = 'Replace Resource :'
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 2
  33.     Top = 234
  34.     Width = 346
  35.     Height = 2
  36.   end
  37.   object lblRes: TLabel
  38.     Left = 8
  39.     Top = 34
  40.     Width = 335
  41.     Height = 14
  42.     AutoSize = False
  43.     Caption = 'lblRes'
  44.     Visible = False
  45.   end
  46.   object spdHomePage: TSpeedButton
  47.     Left = 321
  48.     Top = 29
  49.     Width = 22
  50.     Height = 22
  51.     Glyph.Data = {
  52.       F6000000424DF600000000000000760000002800000010000000100000000100
  53.       04000000000080000000120B0000120B00001000000000000000000000000000
  54.       80000080000000808000800000008000800080800000C0C0C000808080000000
  55.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  56.       77777000000000007777700333333333077770B033333333307770FB03333333
  57.       330770BFB0333333333070FBFB000000000070BFBFBFBFB0777770FBFBFBFBF0
  58.       777770BFB0000000777777000777777770007777777777777700777777777077
  59.       7070777777777700077777777777777777777777777777777777}
  60.     OnClick = spdHomePageClick
  61.   end
  62.   object txtRes: TEdit
  63.     Left = 6
  64.     Top = 29
  65.     Width = 315
  66.     Height = 21
  67.     TabOrder = 0
  68.     OnChange = txtResChange
  69.   end
  70.   object radAll: TRadioButton
  71.     Left = 6
  72.     Top = 59
  73.     Width = 179
  74.     Height = 17
  75.     Caption = 'Update in All Pages'
  76.     Checked = True
  77.     TabOrder = 1
  78.     TabStop = True
  79.   end
  80.   object radSel: TRadioButton
  81.     Left = 6
  82.     Top = 80
  83.     Width = 179
  84.     Height = 17
  85.     Caption = 'Update in Selected Pages'
  86.     TabOrder = 2
  87.   end
  88.   object butOK: TButton
  89.     Left = 187
  90.     Top = 245
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Update'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 3
  97.   end
  98.   object butCancel: TButton
  99.     Left = 268
  100.     Top = 245
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = '&Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 4
  107.   end
  108.   object lvDocs: TListView
  109.     Left = 6
  110.     Top = 108
  111.     Width = 337
  112.     Height = 85
  113.     Columns = <
  114.       item
  115.         Caption = 'Document'
  116.         Width = -2
  117.         WidthType = (
  118.           -2)
  119.       end>
  120.     ColumnClick = False
  121.     HideSelection = False
  122.     HotTrackStyles = []
  123.     MultiSelect = True
  124.     ReadOnly = True
  125.     SmallImages = ilstSystemSmall
  126.     TabOrder = 5
  127.     ViewStyle = vsReport
  128.     OnChange = lvDocsChange
  129.     OnDblClick = lvDocsDblClick
  130.   end
  131.   object butFileEdit: TButton
  132.     Left = 268
  133.     Top = 202
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Edit Files'
  137.     TabOrder = 6
  138.     OnClick = butFileEditClick
  139.   end
  140.   object ilstSystemSmall: TImageList
  141.     Left = 60
  142.     Top = 216
  143.   end
  144. end
  145.